projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8d8daf
)
Boost BASE_PURESIZE to fix build on certain archs
author
Sean Whitton
<spwhitton@spwhitton.name>
Tue, 25 Feb 2025 01:19:38 +0000
(09:19 +0800)
committer
Sean Whitton
<spwhitton@spwhitton.name>
Thu, 20 Nov 2025 18:00:16 +0000
(18:00 +0000)
src/puresize.h
patch
|
blob
|
history
diff --git
a/src/puresize.h
b/src/puresize.h
index f2576666a66f1776d81766f9bea689bba5de7e2c..1dc2bb1585aa04fbd3cf02cc1fdd8282a786b4ec 100644
(file)
--- a/
src/puresize.h
+++ b/
src/puresize.h
@@
-47,7
+47,7
@@
INLINE_HEADER_BEGIN
#endif
#ifndef BASE_PURESIZE
-#define BASE_PURESIZE (
34
00000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (
55
00000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */